home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / docs / HTML_Progress / Release-1.1 < prev   
Text File  |  2004-03-24  |  5KB  |  134 lines

  1. $Id: Release-1.1,v 1.1 2004/02/14 22:42:38 farell Exp $
  2.  
  3. HTML_Progress Version 1.1
  4. ********************************************************************************
  5. http://pear.laurent-laville.org
  6. Laurent Laville <pear@laurent-laville.org>
  7. ********************************************************************************
  8. ********************************************************************************
  9.  
  10. I'm proud to announce the release of HTML_Progress 1.1
  11. This release included:
  12. - QuickForm renderer support solution for Progress_Monitor, Progress_Uploader
  13.   and also Progress_Generator (the next generation of old ProgressMaker).
  14. - HTML_Progress_Generator is new name of ProgressMaker, the interactive tools to
  15.   dynamic build your progress bars.
  16.   * You can always run demo (see a preview), but in addition save or download 
  17.   the PHP and/or CSS source-code.
  18.   * Customize QFC actions allows you to change the default display, preview
  19.   and save system.
  20.   * Integration in your own html pages is also possible, if you want to create 
  21.   your progress bar site demo.
  22. - HTML_Progress_Monitor allows an easy way to integrate callback system in GUI.
  23.   See examples 'monitor_method_callback.php' and 'monitor_function_callback.php'.
  24. - HTML_Progress_Uploader is the solution to upload your files on a ftp server
  25.   through an indeterminate progress bar dialog box (customizable).
  26. - a new property and method come with HTML_Progress core.
  27.   => setAnimSpeed() allow to change cell display delay instead of using the
  28.   sleep(1) function. 
  29.   * 0 is default means no delay
  30.   * 100 could be the best anim speed (it's up to you to see)
  31.   * 1000 is the max value and slower animation ( equivalent to sleep(1) )
  32.  
  33. ----------
  34. IMPORTANT:
  35.  
  36. HTML_Progress 1.1 requires PHP version 4.1.0 and PEAR 1.2 or greater.
  37.  
  38. Take care that to use the new HTML_Progress_Uploader, you'll need PHP 4.3 or greater
  39. and ftp extension loaded.
  40.  
  41. There are also some mandatory dependencies with others PEAR packages :
  42. - HTML_Common 1.2 or greater                   http://pear.php.net/HTML_Common
  43.  
  44. There are also some optional dependencies with others PEAR packages :
  45. - HTML_QuickForm 3.1.1 or greater              http://pear.php.net/HTML_QuickForm
  46. - HTML_QuickForm_Controller 0.9.3 or greater   http://pear.php.net/HTML_QuickForm_Controller
  47. - HTML_CSS 0.3.1 or greater                    http://pear.php.net/HTML_CSS
  48. - HTML_Page 2.0.0RC2 or greater                http://pear.php.net/HTML_Page
  49. - Config 1.9 or better                         http://pear.php.net/Config
  50. - PHPUnit 0.6.2                                http://pear.php.net/PHPUnit
  51. ----------
  52.  
  53. A full listing of all closed bugs and feature requests can be found in the 
  54. next section of the notes
  55.  
  56. HTML_Progress 1.1 is ready for production, download it and try 
  57. the most advanced solution for PHP loading bar.
  58.  
  59.  
  60. ********************************************************************************
  61. Bugs found on version 0.6.0
  62.  
  63. - fixes javascript errors with IE4 and NS4 browsers (Thanks to Christian Wenz)
  64.  
  65.  
  66. Bugs found on version 0.6.2
  67.  
  68. - fixes PEAR-BUG#28 http://pear.php.net/bugs/bug.php?id=28
  69. - fixes PEAR-BUG#29 http://pear.php.net/bugs/bug.php?id=29
  70. - fixes JavaScript into progress3.js to works with IE4 and NS4
  71.  
  72.  
  73. Bugs found on version 1.0
  74.  
  75. - fixes PEAR-BUG#342 http://pear.php.net/bugs/bug.php?id=342
  76.  
  77.  
  78. ********************************************************************************
  79. Changes in version 0.6.1
  80.  
  81. - add ProgressMaker a dynamic tools to build and test all functionalities
  82.  
  83.  
  84. Changes in version 0.6.2
  85.  
  86. - ProgressMaker got a new skin, and allows to keep previous settings
  87. - Allows use of iframes solution to display 2 progress bar on same page
  88.  
  89.  
  90. Changes in version 1.0
  91.  
  92. - Errors are managed by Error_Raise package (by Greg Beaver).
  93. - ProgressMaker got some pre-sets UI models as example.
  94. - better compatibility with older PHP versions; requires PHP 4.1.0 or better.
  95. - HTML_Page package is now only necessary for some examples.
  96. - HTML_CSS package is optional. Easy way to generate a progress stylesheet.
  97. - CSS id and class selectors are customizable.
  98. - phpUnits test were added for API.
  99.  
  100. Feature additions in version 1.0
  101.  
  102. - HTML_Progress now implements a Observer design pattern. It is possible to add Listeners.
  103. - HTML_Progress now adds a customizable UI monitor pattern to display a progress bar. 
  104.   User-end can abort progress at any time.
  105. - Look and feel can be sets by internal API or an external config file.
  106. - Allows many progress bar on same page without uses of iframe solution. 
  107.  
  108.  
  109. Changes in version 1.1
  110.  
  111. - setAnimSpeed() method replaced the sleep(1) instruction in core display() method.
  112. - QuickForm renderer support solution for Progress_Monitor, Progress_Uploader
  113.   and also Progress_Generator (the next generation of old ProgressMaker).
  114.  
  115. Feature additions in version 1.1
  116.  
  117. - A ftp upload files solution with a progress bar dialog box.
  118.  
  119. ********************************************************************************
  120.  
  121.  
  122. The documentation can be found at
  123. http://pear.laurent-laville.org/HTML/Progress/apidoc/
  124.  
  125. The changelog is available in the tarball, or online at 
  126. http://pear.laurent-laville.org/HTML/Progress/Changelog
  127.  
  128. You can download the newest version from webpages
  129. http://pear.php.net/HTML_Progress
  130.  
  131.  
  132. Enjoy !
  133. -Laurent Laville <pear@laurent-laville.org>
  134.